/*!
 * app.css for master
 * Author wzcoder.com
 * @Copyright 2005-2021 wzcoder.com (http://www.wzcoder.com)
 * @version 1.0
 * @date 2021-03-05-1:59 PM
 */

/*--------------------------------------------------------------
# 加载组件样式
--------------------------------------------------------------*/
@import "navbar.css";
@import "hero.css";
@import "footer.css";

/*--------------------------------------------------------------
# App通用
--------------------------------------------------------------*/
.gslide-title {
    margin-bottom: 0 !important;
}

.trans_05 {
    -moz-transition: all .5s ease 0s;
    -ms-transition: all .5s ease 0s;
    -o-transition: all .5s ease 0s;
    -webkit-transition: all .5s ease 0s;
    transition: all .5s ease 0s;
}

.btn-more i.bi {
    position: absolute;
    margin-left: 0.5rem;
    transition: 0.3s ease-in-out;
}

.btn-more:hover i.bi {
    margin-left: 0.8rem;
}

.mouse {
    position: absolute;
    bottom: 50px;
    text-align: center;
    left: 50%;
    z-index: 999;
    margin-left: -23px;

}

.mouse img {
    width: 55px;
}

.mouse i.bi {
    font-size: 50px;
    color: #FFFFFF;
}

.scroll-btn {
    display: block;
    cursor: pointer;
    animation: down-icon 1.5s ease-out infinite;
}


@keyframes down-icon {
    0% {
        top: 0;
        opacity: 1;
    }

    35% {
        top: 50%;
        opacity: 0;
    }

    65% {
        top: -50%;
        opacity: 0;
    }

    100% {
        top: 0;
        opacity: 1;
    }
}

/*--------------------------------------------------------------
# service
--------------------------------------------------------------*/

.service-box span {
    font-size: 36px;
    color: var(--focus-color);
}

.service-box h4 a.title-head {
    display: block;
    color: var(--title-color);
    font-weight: 600;
    line-height: 34px;
    margin-bottom: 15px;
    margin-top: 20px;
    font-size: 24px;
}

.service-box h4 a.title-head:hover {
    color: var(--primary-color);
    transition: 0.3s ease-out;
    -webkit-transition: 0.3s ease-out;
    -moz-transition: 0.3s ease-out;
    -o-transition: 0.3s ease-out;
}

.service-box p {
    color: var(--text-color-secondary);
}

@media (max-width: 640px) {
    .service-box h4 a.title-head {
        margin-top: 18px;
        font-size: 20px;
    }
}


/*--------------------------------------------------------------
# about
--------------------------------------------------------------*/
@media (max-width: 991.98px) {
    .section-title__v2 {
        text-align: center;

    }

    .section-title__v2 h2::after {
        left: calc(50% - 25px);
    }
}

.about-photo-box {
    position: relative;
}

.about-photo-box .text {
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    display: grid;
    align-content: end;
    overflow: hidden;
    padding: 1em 2em;
    /*background-color: rgb(0 0 0 / 50%);*/
    transition: 0.3s ease-in-out;
}

.about-photo-box:hover .text {
    background-color: rgb(0 0 0 / 10%);
}

.about-photo-box .text h4 {
    font-size: 18px;
    line-height: 38px;
    font-weight: 600;
    display: block;
    color: #fff;
    transition: 0.3s ease-in-out;
}

.about-photo-box:hover .text h4 {
    margin-bottom: 1rem;
}

/*--------------------------------------------------------------
# product
--------------------------------------------------------------*/
.product-box {
    position: relative;
    display: block;
    transition: all 0.3s;
}

.product-box:hover {
    box-shadow: 0 5px 47px 4px rgba(214, 211, 211, .75);
}

.product-box .text {
    background: var(--light-bg-color);
    text-align: center;
    padding: 15px 20px;
    margin-top: 1em;
}

.product-box .text h4 {
    margin: 0;
    font-size: 18px;
    font-weight: bold;
}

/*--------------------------------------------------------------
# cta
--------------------------------------------------------------*/
.cta {
    background-size: cover;
    min-height: 20vh;
    background-attachment: fixed;
}

.cat-box h2 {
    font-size: 42px;
    color: #FFFFFF;
    margin-bottom: 30px;
}

.cat-box p {
    font-size: 18px;
    color: #FFFFFF;
    margin: 1rem 0;
}

/*--------------------------------------------------------------
# banner-inner
--------------------------------------------------------------*/
.banner-inner {
    min-height: 25vh;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center center;
}

.banner-inner .banner-container {
    padding-top: 120px;
}

.banner-inner .banner-inner-wrapper {
    color: #FFFFFF;
}
.banner-inner .banner-inner-wrapper h2{
    font-size: 34px;
}
/*--------------------------------------------------------------
# banner-breadcrumb
--------------------------------------------------------------*/
.breadcrumb {
    display: flex;
    align-items: center;
}

.breadcrumb a {
    font-size: 14px;
    color: #F2F2F2;
}

.breadcrumb span.bi {
    color: #F2F2F2;
    margin-left: 5px;
    margin-right: 5px;
}

/*--------------------------------------------------------------
# page-about
--------------------------------------------------------------*/

.page-about .imginfo__box {
    background-color: var(--primary-color);
    color: #fff;
    position: absolute;
    left: -85px;
    bottom: 38px;
    padding: 40px;
    box-shadow: 30px 30px 30px rgb(0 0 0 / 20%);
    min-width: 300px;
    border-radius: 9px;
    text-align: center;
}

.page-about .imginfo__box .imginfo__title {
    font-size: 70px;
    line-height: 80px;
    color: #fff;
    font-weight: 600;
}

.page-about .imginfo__box p {
    color: #fff;
    font-size: 18px;
    text-transform: uppercase;
    font-weight: 400;
}

@media (max-width: 991px) {
    .page-about .imginfo__box {
        margin: 20px auto 0;
        position: static;
    }

    .page-about .grids_info h4 {
        font-size: 22px;
        line-height: 32px;
    }
}

@media (max-width: 480px) {
    .page-about .imginfo__box .imginfo__title {
        font-size: 50px;
        line-height: 60px;
    }

    .page-about .imginfo__box p {
        font-size: 15px;
    }

    .page-about .imginfo__box {
        padding: 30px;
        min-width: 290px;
    }
}

/*--------------------------------------------------------------
# page-contact
--------------------------------------------------------------*/
.contact-box {
    margin-bottom: 1.5rem;
}

.contact-box h3 {
    font-size: 18px;
    font-weight: 600;
    margin-bottom: 1rem;
}

.contact-box p {
    margin: 0.5rem 0;
}

.contact-box i {
    width: 20px;
    display: inline-block;
    color: var(--primary-color);
    margin-right: 10px;
}

.map-wrapper {
    height: 450px;
}

.BMap_bubble_pop {
    padding: 0 !important;
}

.BMap_bubble_content {
    width: 320px !important;
}

.maps-detail {
    padding-top: -1rem;
    padding: 0 20px;
}

.maps-detail h4 {
    font-size: 18px;
    color: var(--title-color);
}

.maps-detail p {
    font-size: 14px;
    color: var(--text-color-secondary);
}


/*--------------------------------------------------------------
# lists
--------------------------------------------------------------*/

.article-box {
    position: relative;
    display: block;
    transition: all 0.36s;
}

.article-box:hover {
    box-shadow: 0 5px 47px 4px rgba(214, 211, 211, .75);
}

.article-box img {
    transition: all .36s;
    object-fit: cover;
}

.article-box:hover img {
    transform: scale(1.1);
}

.article-box:before {
    content: "";
    position: absolute;
    left: 0;
    bottom: 0;
    z-index: 1;
    width: 100%;
    height: 1px;
    background: var(--border-color);
}

.article-box:after {
    content: "";
    position: absolute;
    left: 0;
    bottom: 0;
    z-index: 1;
    width: 0;
    height: 1px;
    background: var(--primary-color);
    transition: all .36s;
}

.article-box:hover::after {
    width: 100%;
}

.article-box .article-text {
    padding: 18px 28px 38px;
}

.article-box .article-text h3 {
    font-size: 18px;
    line-height: 30px;
    height: 60px;
    overflow: hidden;
    margin-bottom: 20px;
}

.article-box .article-text p {
    line-height: 26px;
    height: 52px;
    font-size: 16px;
    color: var(--text-color-secondary);
}

.article-box .article-text .date {
    font-size: 14px;
    color: var(--text-color-secondary);
}

.article .article-title {
    margin-bottom: 2rem;
}

.article .article-title h2 {
    text-align: center;
    font-size: 32px;
    margin-bottom: 15px;
    font-weight: bold;
}

.article .article-title .date {
    font-size: 14px;
    color: var(--text-color-secondary);
    text-align: center;
}

.article .article-title p.date {
    color: var(--text-color-secondary);
}

@media (max-width: 768px) {

    .article .article-title h2 {
        font-size: 18px;
        margin-bottom: 15px;
        font-weight: bold;
    }

    .article .article-title p.date {
        font-size: 14px;
    }
}

.article .article-body img {
    max-width: 100%;
    height: auto;
}

.article-prev-next {
    font-size: 14px;
}

.product_title {
    font-size: 1.5rem;
    font-weight: 600;
    margin-bottom: 30px;
    display: block;
    position: relative;
    text-align: center;
}

.product_title::after {
    position: absolute;
    content: '';
    display: inline-block;
    width: 60px;
    left: calc(50% - 30px);
    bottom: -10px;
    height: 3px;
    background: var(--primary-color);

}

.product_desc {
    color: var(--text-color-secondary);
}

.product_params > div > p {
    margin-left: 15px;
}

.product_params > div > p::before {
    content: '';
    display: inline-block;
    background: var(--primary-color);
    width: 5px;
    height: 5px;
    margin-right: 10px;
}

.product_params ul {
    margin-left: 20px;
    list-style-color: var(--primary-color)
}

.product_params ul p {

    margin-bottom: 0.5rem;
}

.product_detail .service-box {
    margin-bottom: 30px;
}

.product_detail .service-box h4 {
    font-size: 18px;
}

.lists-product-photos .photo-box {
    position: relative;
    display: block;
    transition: all 0.3s;
}

.lists-product-photos .photo-box:hover {
    box-shadow: 0 5px 47px 4px rgba(214, 211, 211, .75);
}

.lists-product-photos .photo-box h3 {
    position: absolute;
    z-index: 100;
    bottom: -30px;
    left: 20px;
    opacity: 0;
    visibility: hidden;
    transition: all 0.3s;
    font-size: 18px;
    font-weight: 600;
    color: #FFFFFF;
}

.lists-product-photos .photo-box:hover h3 {
    bottom: 15px;
    opacity: 1;
    visibility: visible;
}

.products-tab {
    border: none;
}

.products-tab .nav-item .nav-link {
    border: none;
    color: initial;
    font-size: 18px;
    font-weight: 600;
    border-radius: 4px;
    padding: 10px 20px;
}

.products-tab .nav-item.show .nav-link, .products-tab .nav-link.active {
    border: none;
    color: #FFFFFF;
    background: var(--primary-color);
}


.product-navs {
    margin-bottom: 50px;
}

.product-navs a {
    display: inline-block;
    font-size: 18px;
    font-weight: 600;
    padding: 10px 20px;
    border-radius: 4px;
}

.product-navs a.active {
    color: #FFFFFF;
    background: var(--primary-color);
}

/*--------------------------------------------------------------
# Product index
--------------------------------------------------------------*/
.product-category {
    position: relative;
    height: 300px;
    background-color: var(--light-bg-color);
    margin-bottom: 70px;
}

.product-category .info {
    position: absolute;
    display: block;
    padding: 30px;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    z-index: 30;
}

.product-category .info h2 {
    font-size: 24px;
    color: var(--primary-color);
    margin-bottom: 1rem;
}

.product-category .info p {
    font-size: 14px;
    color: initial;
}

.product-category .icon {
    max-width: 60%;
    position: absolute;
    right: 0;
    bottom: -20px;
    z-index: 10;
}

.product-category:hover {
    background-color: rgba(var(--primary-color-rgb), 0.1);
}

.product-category:hover .icon {
    bottom: 0;
}

.product-category .more {
    display: inline-block;
    font-size: 14px;
    color: #666;
    margin-top: 25px;
    height: 33px;
    line-height: 33px;
    transition: all 0.5s ease;
}

.product-category:hover .more {
    background-color: rgba(var(--primary-color-rgb), 0.8);
    color: #fff;
    padding: 0 20px;
}
